home *** CD-ROM | disk | FTP | other *** search
/ PC Open 93 / PC Open 93 CD 2.bin / PDF / webdeveloper / lezione_2 / application / scrivimi.asp < prev   
Encoding:
Text File  |  2003-10-22  |  567 b   |  27 lines

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2.  
  3. <html>
  4. <head>
  5.     <title>Il sito di Mario Rossi</title>
  6. </head>
  7.  
  8. <% if Session("colore") <> "" then %>
  9. <body bgcolor="<%=Session("colore")%>">
  10. <% else %>
  11. <body>
  12. <% end if %>
  13.  
  14. <table width="100%" border="1" cellpadding="0" cellpadding="2">
  15. <tr>
  16.     <td width="100">
  17.  
  18.     <!--#include file="includemenu.asp"-->
  19.  
  20.     </td>
  21.     <td><h1><div align="center">Questa Φ la sezione con la possibilitα di scrivermi</div></h1></td>
  22. </tr>
  23. </table>
  24.  
  25. </body>
  26. </html>
  27.